|
Author |
Thread Statistics | Show CCP posts - 9 post(s) |
Renton Thurston
Quantum Synergies Eternal Rapture
|
Posted - 2007.06.22 14:00:00 -
[1]
Originally by: NetMage Edited by: NetMage on 22/06/2007 05:38:36 Edited by: NetMage on 22/06/2007 05:37:57 My documentation for /account/Characters.xml.aspx (repost):
/account/Characters.xml.aspx Returns the characters with their characterID and corporation with corporationID for each character associated with a userID (account).
Method Parameters name data type description/purpose userID number user account number apiKey stringer user authentication token
Method Sample Output <eveapi version="1"> <currentTime>2007-06-22 04:57:06</currentTime> <result> <rowset name="characters" key="characterID"> <row name="NetMage" characterID="########" corporationName="State War Academy" corporationID="1000167"/> </rowset> </result> <cachedUntil>2007-06-22 05:57:06</cachedUntil> </eveapi>
BTW, what is stringer?
Thank you so much, my c# class was weeping because i couldn't get this easily =)
Are there more functions that don't have documentation yet?
-Renton
|
Renton Thurston
Quantum Synergies Eternal Rapture
|
Posted - 2007.06.22 14:21:00 -
[2]
Originally by: Mathew Chandra Just a (hopefully) quick question, the data for orders is only providing a typeID for the item and no name. Is there anywhere an API available to reference the typeID to an item? Only thing ive found so far is an old devblog with a 32MB rar file containing such, but as the blog is old the item list is old too
Post 96 on Page 4.
Chruker's website will have a up to date mysql data dump. Check out his relational pdf for help linking tables.
-Renton
|
Renton Thurston
Quantum Synergies Eternal Rapture
|
Posted - 2007.06.27 17:30:00 -
[3]
Originally by: Victoria Scott I'd be interested in a public-posted .NET solution. (C# prefered).
My API Wrapper - C# class
It's quick. It's dirty. And i was working on it twice while inebriated. So i hold no responsibility if it's not up to your liking, but it maybe a starting place for some.
Right now it's just a wallet journal and balance parser. That's all my alliance/corp needed at the moment. but it does work for our wallet's traffic (less than say 200 entries a day). Due to that, I do not have the luxury of testing it on a high traffic wallet, so i'm not sure how the walking will work.
It also only handles a couple of the pertinent error codes, so it needs work in that department too.
Just as an example, we use it for checking/showing progress of personal contributions (via corp tax) towards industrial projects and show it all in pretty graphs. Future plans for analysis of npc spawns to isk/time rations, when/if i get the time.
I currently lack the time to go back through and do clean up. And as always, any input is welcome because it sure as hell isn't perfect. =]
-Renton
|
|
|
|